home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / chain217.zip / CHAIN.DOC < prev    next >
Text File  |  1989-05-28  |  4KB  |  92 lines

  1.     
  2.                            CHAIN : File Chain Program
  3.                            Version 2.17, 25 May 1989
  4.                                   SMG Software
  5.  
  6.                            (C) Copyright 1986,1989 by
  7.                                Steven Georgiades
  8.                               All Rights Reserved
  9.  
  10.  
  11.     
  12.          This program enables the user to easily determine which clusters a 
  13.     specified file occupies.  The first cluster on every disk is considered 
  14.     to be #2 (Don't blame me!  That's the way DOS defines it!).  If a  file 
  15.     occupies  a  number of contiguous clusters,  this program will not list 
  16.     each one seperately, but will list them as a range.  
  17.  
  18.  
  19.     Command Format:
  20.  
  21.          CHAIN [d:][path]filename[.ext]
  22.  
  23.  
  24.     Examples:
  25.  
  26.          CHAIN SAMPLE.BAK  (Will  tell  what  clusters  belong  to the file 
  27.                             SAMPLE.BAK on the current drive in the  current 
  28.                             sub-directory) 
  29.  
  30.          CHAIN A:TEMP      (Will tell what clusters belong to the file TEMP 
  31.                             on  the  currently  selected  sub-directory  of 
  32.                             drive A) 
  33.     
  34.          CHAIN \FRED       (Will tell what clusters belong to the file FRED 
  35.                             in the root directory of the current drive) 
  36.  
  37.  
  38.  
  39.     Revision History:
  40.  
  41.  
  42.          Version 2.00        First Released Version
  43.  
  44.          Version 2.14        Fixed some minor bugs
  45.  
  46.          Version 2.15        Fixed bug that would cause erroneous results
  47.                              on an AT with a 30 Meg Hard Disk
  48.  
  49.          Version 2.16        Added Usage Message
  50.  
  51.          Version 2.17        Fixed bug that caused all subdirectories
  52.                              to be reported as having zero clusters.
  53.                              CHAIN now reports only the physical size
  54.                              of a subdirectory and the logical size
  55.                              and waste report is suppressed. A message
  56.                              also informs the user that the filespec
  57.                              belongs to a subdirectory.
  58.                              Fix by David Gwillim  28 May 1989.
  59.  
  60.     -----------------------------------------------------------------------
  61.  
  62.          This software is hereby released into the public domain,  and  may 
  63.     therefore  be  freely  copied  and  distributed  within  the  following 
  64.     restrictions: 
  65.  
  66.          1).  It is distributed in its original, unmodified form, including 
  67.               source code and documentation.
  68.  
  69.          2).  No fee is charged for use, copying or distribution.
  70.  
  71.          3).  The program may not be included with other goods or  services 
  72.               supplied  for  a  fee,  unless written permission to do so is 
  73.               obtained in advance from the author.  
  74.  
  75.     This program is provided AS  IS  without  any  warranty,  expressed  or 
  76.     implied,  including  but  not  limited  to  fitfulness for a particular 
  77.     purpose.  
  78.     
  79.          If  you have any questions or comments about this or any other SMG 
  80.     program, write to me at the following address: 
  81.  
  82.                 Steven M. Georgiades
  83.                 SMG Software
  84.                 701-H South Hayward Street
  85.                 Anaheim, CA  92804
  86.  
  87.     
  88.     If you are using this program and find it of value,  your  contribution 
  89.     in  any  amount  ($5.00  suggested)  will be greatly appreciated.  Make 
  90.     checks payable to Steven M. Georgiades.  
  91.                 Thank you.
  92.